Skip to content

chore: add CI (ruff + pytest) and status badge - #2

Merged
filippopellizzari merged 1 commit into
mainfrom
chore/add-ci
Jul 10, 2026
Merged

chore: add CI (ruff + pytest) and status badge#2
filippopellizzari merged 1 commit into
mainfrom
chore/add-ci

Conversation

@filippopellizzari

Copy link
Copy Markdown
Owner

What

  • Add a GitHub Actions workflow (.github/workflows/ci.yml) running ruff + pytest on every push to main and on PRs, using uv.
  • Add a CI status badge to the README.
  • Remove one unused import flagged by ruff (pytest in tests/test_retrieval.py).

Why

Gives the repo a visible green signal that lint passes and the 51-test suite is green on a clean runner.

Verification

Locally on a fresh sync:

  • uv run ruff check . → All checks passed
  • uv run pytest -q → 51 passed

🤖 Generated with Claude Code

@filippopellizzari
filippopellizzari merged commit dd47f2b into main Jul 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant